home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickTime / Programming Stuff / Sample Code / Music Architecture / Mixed Bag / •QTMusic Sample Sequencer / SequencerTest Realtime.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-05  |  381 b   |  26 lines  |  [TEXT/KAHL]

  1. /*
  2.  * file: SequencerTest Realtime.c
  3.  *
  4.  *
  5.  */
  6.  
  7.  
  8. /*--------------------------
  9.     Inclusions
  10. --------------------------*/
  11.  
  12. #include "SequencerTest.h"
  13.  
  14.  
  15. /*--------------------------
  16.     Public Routines
  17. --------------------------*/
  18.  
  19.  
  20.  
  21. void PlayScorePartBeat(ScorePart *sp, NoteChannel nc, short beat);
  22. void PlayDocOnce(TDoc *d);
  23.  
  24.  
  25. void PlayQTScore(TDoc *d);
  26. void ScoreToQTScore(TDoc *d);